home *** CD-ROM | disk | FTP | other *** search
/ Super PC 26 / Super PC 26 (Shareware).iso / spc / util / fractint / source / bcfract.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-04  |  168 b   |  7 lines

  1. @echo off
  2. echo Compiling Fractint with Borland C
  3. echo .
  4. make -fbcfract.mak fractint.exe > bcfract.log
  5. echo Done! Check bcfract.log below:
  6. type bcfract.log | more
  7.